home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / cc_rcc_topo.h < prev    next >
C/C++ Source or Header  |  1994-04-25  |  883b  |  31 lines

  1. /*****************************************************************************
  2.   FILE           : cc_rcc_topo.h
  3.   SHORTNAME      : 
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Michael Schmalzl
  10.   DATE           : 5.2.93
  11.  
  12.   CHANGED BY     : Michael Schmalzl
  13.   IDENTIFICATION : @(#)cc_rcc_topo.h    1.7 3/15/94
  14.   SCCS VERSION   : 1.7
  15.   LAST CHANGE    : 3/15/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _CC_RCC_TOPO_DEFINED_
  21. #define  _CC_RCC_TOPO_DEFINED_
  22.  
  23. /* begin global definition section */
  24. extern krui_err cc_topoSort(int topoSortId);
  25. /* end global definition section */
  26.  
  27. /* begin privat definition section */
  28. /* end privat definition section */
  29.  
  30. #endif /* _CC_RCC_TOPO_DEFINED_ */
  31.